noErr
|
No error
|
paramErr
|
Invalid parameter in function call
|
memFullErr
|
Out of memory
|
kMPDeletedErr
|
The desired notification the function was waiting upon was deleted.
|
kMPInsufficientResourcesErr
|
Could not complete task due to unavailable Multiprocessing Services resources.
Note that many functions return this value as a general error when the desired action could not be performed.
|
kMPInvalidID
|
Invalid ID value (for example, an invalid message queue ID was passed to
MPNotifyQueue
.
|
kMPTaskBlockedErr
|
The desired task is blocked.
|
kMPTaskStoppedErr
|
The desired task is stopped.
|
kMPTimeoutErr
|
The designated timeout interval passed before the function could take action.
|